projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8aaaec6
)
(stat): Fix last change.
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 9 May 2008 19:09:33 +0000
(19:09 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 9 May 2008 19:09:33 +0000
(19:09 +0000)
src/w32.c
patch
|
blob
|
history
diff --git
a/src/w32.c
b/src/w32.c
index 8dc61620c02640b06b7feca6ed2ad23795cb798a..5667f99de49dc9b35dd2f56e476144e6f33be715 100644
(file)
--- a/
src/w32.c
+++ b/
src/w32.c
@@
-2899,7
+2899,7
@@
stat (const char * path, struct stat * buf)
if (!(NILP (Vw32_get_true_file_attributes)
|| (EQ (Vw32_get_true_file_attributes, Qlocal) &&
- GetDriveType (name) != DRIVE_FIXED))
)
+ GetDriveType (name) != DRIVE_FIXED))
/* No access rights required to get info. */
&& (fh = CreateFile (name, 0, 0, NULL, OPEN_EXISTING,
FILE_FLAG_BACKUP_SEMANTICS, NULL))